home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / rlog_141.zip / REMOTLOG.CFG next >
Text File  |  1992-02-14  |  16KB  |  333 lines

  1. ;-------------------------------------------------------------------------
  2. ;                       Remotlog Configuration file
  3. ;                        By Orland Carter 1:135/72
  4. ;-------------------------------------------------------------------------
  5. ;
  6. ;-------------------------------------------------------------------------
  7. ;               R E G I S T R A T I O N   I N F O R M A T I O N
  8. ;-------------------------------------------------------------------------
  9. ;         {______________________________}
  10. BoardName  Opa-Locka Tower
  11. ;         {____________________}
  12. SysopName  Orland Carter
  13. RegistKey  00000000000000000000
  14. ;
  15. ;-------------------------------------------------------------------------
  16. ; This is a required entry.  It tells the program the [path + filename] of
  17. ; the Log file to be processed.
  18. ; DEFAULT : SYSTEM.LOG
  19. ;-------------------------------------------------------------------------
  20. ;
  21. LogFile SYSTEM.LOG
  22. ;
  23. ;-------------------------------------------------------------------------
  24. ; This entry is not required if you are only running single line system.
  25. ; If you are running Multi-Line and want to delete or zip each lines separate
  26. ; log files then this is needed.  LINEINUSE ##.  Where ## is the line being
  27. ; processed by this configuration file.  ## range is 1..99
  28. ;-------------------------------------------------------------------------
  29. ;
  30. LineInUse 1
  31. ;
  32. ;-------------------------------------------------------------------------
  33. ; This option is required if you want REMOTLOG to process the file Xfers
  34. ; against the files counter for a good downloaded count.  The DEFAULT is
  35. ; NOFDLOGFILE  the other option is FDLOGFILE \.......\  where \..\ is the
  36. ; [Path + Filename] of the FD log file.
  37. ;-------------------------------------------------------------------------
  38. ;
  39. FDLogFile C:\Fd\Fd.Log
  40. ;
  41. ;-------------------------------------------------------------------------
  42. ; This option is required.  It tells the program what the Dos Shell entry
  43. ; of your External chat program is.  This must be the same case as the
  44. ; BBS writes it to the log file.  Required whether you have one or not.
  45. ; DEFAULT : FX-CHAT.EXE
  46. ;-------------------------------------------------------------------------
  47. ;
  48. ExternalChat FastChat.EXE
  49. ;
  50. ;-------------------------------------------------------------------------
  51. ; This option is required.  It tells the program what [path + filename]
  52. ; the output of the program should be placed in. *.asc/*.ans versions.
  53. ; DEFAULT : REMOTLOG
  54. ;-------------------------------------------------------------------------
  55. ;
  56. Outputfile c:\RA\Txt\Remotlog
  57. ;
  58. ;-------------------------------------------------------------------------
  59. ; This option is required.  It tells the program which color to place the
  60. ; background of the ansi screen in.
  61. ; DEFAULT : 40
  62. ;-------------------------------------------------------------------------
  63. ;
  64. Back 40
  65. ;
  66. ;-------------------------------------------------------------------------
  67. ; This option is required.  It tells the program what color the numbers
  68. ; displayed are.
  69. ; DEFAULT : 1;33
  70. ;-------------------------------------------------------------------------
  71. ;
  72. Numbers 1;33
  73. ;
  74. ;-------------------------------------------------------------------------
  75. ; This option is required.  It tells the program what color to use when
  76. ; highlighting the Beginning and Ending dates of the Log period.
  77. ; DEFAULT : 1;46;37
  78. ;-------------------------------------------------------------------------
  79. ;
  80. HighLight 1;46;37
  81. ;
  82. ;-------------------------------------------------------------------------
  83. ; This option is required.  It tells the program which color to use to
  84. ; restore the screen to "normal".
  85. ; DEFAULT : 0
  86. ;-------------------------------------------------------------------------
  87. ;
  88. Normal 0
  89. ;
  90. ;-------------------------------------------------------------------------
  91. ; This option is required.  It tells the program which color to use for
  92. ; Outlining the Box and Dividing lines of the output file.
  93. ; DEFAULT 1;34
  94. ;-------------------------------------------------------------------------
  95. ;
  96. Outline 1;34
  97. ;
  98. ;-------------------------------------------------------------------------
  99. ; This option is required.  It tells the program which color to use for
  100. ; all the text that is printed.
  101. ; DEFAULT 0;32
  102. ;-------------------------------------------------------------------------
  103. ;
  104. Text 0;32
  105. ;
  106. ;-------------------------------------------------------------------------
  107. ; This option is required.  It tells the program whether or not you wish
  108. ; the optional page of Multiline usage to be displayed.  The statistics
  109. ; will still be stored if the option is not selected.
  110. ; DEFAULT : NOMULTILINE
  111. ;-------------------------------------------------------------------------
  112. ;
  113. NoMultiLine
  114. ;
  115. ;-------------------------------------------------------------------------
  116. ; This option is required.  It telss the program what type of log file
  117. ; You are using.  Wheter FD [Front Door type] or OPUS.
  118. ; DEFAULT FD
  119. ;-------------------------------------------------------------------------
  120. ;
  121. FD
  122. ;
  123. ;-------------------------------------------------------------------------
  124. ; This option is not required and at the descretion of the sysop.  Using
  125. ; This will cause another page to be displayed in addition to the current
  126. ; 2 or 3 pages that are already displayed.  This option is where the sysop
  127. ; Can have remotlog search the logfile for something specific and keep
  128. ; track of its occurrences.
  129. ; I.e. *01My_Name Carter      - This will cause remotlog to search the log
  130. ; file for all occurences of "Carter" it will accumulate and store the
  131. ; amount of time it finds it in variable 01.  When it displays it it will
  132. ; display "My_Name >>> ####" where # is amount of times the item was found
  133. ; Possible Variables are 00-29.  The 0 is significant.  The "*" is required
  134. ; There can be no spaces except to separate the Display item from the
  135. ; Search item.
  136. ; Format "*<Variable 00-29><Entry to Make in *.Ans/*.Asc file> <Search For>"
  137. ;         *00My_Name Carter
  138. ;-------------------------------------------------------------------------
  139. ;
  140. ;*00Graffitti_Wall  Grafn3.EXE
  141. ;*01JetFighter_Game Combat 1
  142. ;
  143. ;-------------------------------------------------------------------------
  144. ; These options are not required.  But they do provide you with a great
  145. ; amount of security.  For areas you do not want all your users to see.
  146. ; IE. Adult areas or Sysop areas.  (Message Areas)
  147. ; DEFAULT - NONE.  200 MAXIMUM ENTRIES.
  148. ;-------------------------------------------------------------------------
  149. ;
  150. NoShow  8
  151. NoShow 10
  152. NoShow 12
  153. ;
  154. ;-------------------------------------------------------------------------
  155. ; These options are not required.  But they do provide you with a great
  156. ; amount of security.  For areas you do not want all your users to see.
  157. ; IE. Adult areas or Sysop areas.  (File Areas)
  158. ; DEFAULT - NONE.  200 MAXIMUM ENTRIES.
  159. ;-------------------------------------------------------------------------
  160. ;
  161. NoFile  8
  162. NoFile 10
  163. NoFile 12
  164. ;
  165. ;-------------------------------------------------------------------------
  166. ; This option is not required.  It is used to Change the default Sealink
  167. ; protocol displayed in the 1st output page to a protocol of your choosing.
  168. ; REPLACESEA - Is the Search String for the new protocol.
  169. ; REPLACEDSP - Is the Actual Item to be displayed in the Output page.
  170. ;-------------------------------------------------------------------------
  171. ;
  172. ;ReplaceSea SEALink
  173. ;ReplaceDsp SEALink
  174. ;
  175. ;-------------------------------------------------------------------------
  176. ; This option is also not required.  It determines whether or not the local
  177. ; logons will be shown on the report output.  The DEFAULT for this option
  178. ; is show local logons.  Leave this option out for the default to take
  179. ; effect.
  180. ;-------------------------------------------------------------------------
  181. ;
  182. ;NoLocal
  183. ;
  184. ;-------------------------------------------------------------------------
  185. ; This option is also not required.  It activates or deactivates the
  186. ; Files.BBS downloaded files counter.  The count will be stored and added
  187. ; to the Files.BBS in the directory the file was taken from.  DEFAULT for
  188. ; This option is FILECOUNTER,     To deactivate use NOFILECOUNT
  189. ;-------------------------------------------------------------------------
  190. ;
  191. FILECOUNTER
  192. ;
  193. ;-------------------------------------------------------------------------
  194. ; This option is also not required.  It activates a chat record.  This will
  195. ; log all chats found in the log file to a file called REMOTLOG.CHT in the
  196. ; current directory.  The DEFAULT is CHATRECORD, all chats will be logged.
  197. ; The other option to disable the chat is NOCHATRECORD
  198. ; A file is created named REMOTLOG.CHT
  199. ;-------------------------------------------------------------------------
  200. ;
  201. CHATRECORD
  202. ;
  203. ;-------------------------------------------------------------------------
  204. ; This option is also not required.  It activates or Deactivates the log
  205. ; deleting option.  The DEFAULT is the log will be deleted every 10 days.
  206. ; The two options are DELTELOG ## (Where ## is days log should be kept.)
  207. ; and NODELETELOG.
  208. ;-------------------------------------------------------------------------
  209. ;
  210. DELETELOG 7
  211. ;
  212. ;-------------------------------------------------------------------------
  213. ; This option is also not required.  It activates or Deactivates the log
  214. ; deleting option.  The DEFAULT is the fd log will be deleted with the RA log.
  215. ; The two options are DELTEFDLOG and NODELETEFDLOG.
  216. ;-------------------------------------------------------------------------
  217. ;
  218. DELETEFDLOG
  219. ;
  220. ;-------------------------------------------------------------------------
  221. ; This option is also not required.  It will determine whether or not the
  222. ; Log file actually gets deleted/zipped/shrunk and/or given an individual date
  223. ; for storage.  The zip method used is PKZIP.  any version.  The file will
  224. ; be moved while zipped.  The zipped name will be in the format RLMMDDYY.ZIP
  225. ; This option will not function if the Delete log option is disabled.
  226. ; Pkzip must be in the current directory or properly pathed.
  227. ; DEFAULT - NOZIPFILE           other otion is ZIPFILE and SHRINKFILE
  228. ;-------------------------------------------------------------------------
  229. ;
  230. NOZIPFILE
  231. ;
  232. ;-------------------------------------------------------------------------
  233. ; This tells remotlog which message area to post the statistics files
  234. ; generated to.  A value of 0 here would cause remotlog to not post the
  235. ; files to the message area.  But will still accumulate information in
  236. ; Them.  This option is REQUIRED.
  237. ;-------------------------------------------------------------------------
  238. ;
  239. ;MessageBoard 3
  240. ;
  241. ;-------------------------------------------------------------------------
  242. ; This option is not required and defaults to Off.  It will determine if
  243. ; Remotlog will log a copy of all BBS downloads out to a file.  This file
  244. ; will be called Remotlog.Dwn  IT will be appended to.  To activate this
  245. ; option the Keyword is DOWNLOADS
  246. ;-------------------------------------------------------------------------
  247. ;
  248. ;Downloads
  249. ;
  250. ;-------------------------------------------------------------------------
  251. ; This option is not required and defaults to off.  It determines whether
  252. ; or not REMOTLOG will log a copy of all users that access any of the
  253. ; doors that you use on your system.  It logs them all to a file called
  254. ; REMOTLOG.DRS.  It will also append if the file is not erased.  The file
  255. ; as with all others created will be posted to the message base to the
  256. ; sysop.  The word to activate this option is WHATDOORS
  257. ;-------------------------------------------------------------------------
  258. ;
  259. ;WhatDoors
  260. ;
  261. ;-------------------------------------------------------------------------
  262. ; This option is not required and defaults to off.  It determines whether
  263. ; or not REMOTLOG will log a copy of all users that access any of the
  264. ; questionaires that you have for your users.  It logs them all to a file
  265. ; called REMOTLOG.QST.  It will also append if the file is not erased. The
  266. ; file will be posted to the message base.  Option is QUESTIONAIRE
  267. ;-------------------------------------------------------------------------
  268. ;
  269. ;QUESTIONAIRE
  270. ;
  271. ;-------------------------------------------------------------------------
  272. ; This option is not required and defaults to off.  It determines wheter
  273. ; or not REMOTLOG will create separate files for each report Screen.  The
  274. ; files will be REMOTLO#.ASC/ANS.  Where # is 1 - 5 depending on the Page
  275. ; the report.  OPTION SPLITFILES.
  276. ;-------------------------------------------------------------------------
  277. ;
  278. ;SPLITFILES
  279. ;
  280. ;-------------------------------------------------------------------------
  281. ; This option is not required and default to off.  It determines whether
  282. ; or not the Files.BBS listings will be sorted.  The sort now respects non-
  283. ; Filename characters at anypoint in the file and will no longer sort them
  284. ; to the top.  OPTION:  NOSORT
  285. ;-------------------------------------------------------------------------
  286. ;
  287. ;NOSORT
  288. ;
  289. ;-------------------------------------------------------------------------
  290. ; This option is not required and defaults to off.  It determines whether
  291. ; or not Superlog will generate a message to those users that have dropped
  292. ; carrier on your system.  Filename is required and must contain at least
  293. ; one character. OPTION: DROPCARRIER <FILENAME>
  294. ;-------------------------------------------------------------------------
  295. ;
  296. DROPCARRIER DROPMESS.TXT
  297. ;
  298. ;-------------------------------------------------------------------------
  299. ; This option is not required and defaults to off.  It determines whether
  300. ; or not superlog will generate a message to those users who have uploaded
  301. ; to the system.  Filename is required to Post a message and it must at
  302. ; least contain 1 character.  Option: UPLOADMSG <filename>
  303. ;-------------------------------------------------------------------------
  304. ;
  305. UPLOADMSG Upload.TXT
  306. ;
  307. ;-------------------------------------------------------------------------
  308. ; This option is not required and defaults to off.  It determines whether
  309. ; or not superlog will generate a message to those users who have just logged
  310. ; on to the system.  New Users.  Filename is required to post a message and it
  311. ; must at least contain 1 character.  Option: NEWUSERMSG <filename>
  312. ;-------------------------------------------------------------------------
  313. ;
  314. NEWUSERMSG NewUser.TXT
  315. ;
  316. ;-------------------------------------------------------------------------
  317. ; This option is not required and defaults to off.  It will let REMOTLOG
  318. ; know that you have a CDROM Drive and which one it is.  Given the differences
  319. ; between manufacturers of CDROM drives for computers and how they place
  320. ; files on them.  This option allows for easy and more simplistic handling
  321. ; of those.  OPTION: CDROM <Drive Number> <Drive Letter>
  322. ; Where drive number is 0-9 to indicate the physical number of the CDROM
  323. ; drive.  Drive Letter is of course whatever the CDROM drive letter is.
  324. ;-------------------------------------------------------------------------
  325. ;
  326. ;CDROM 0 L:\
  327. ;CDROM 1 M:\
  328. ;CDROM 2 O:\
  329. ;
  330. ;-------------------------------------------------------------------------
  331. ;          E N D    O F    R E M O T L O G . C F G   F I L E
  332. ;-------------------------------------------------------------------------
  333.